home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000284_news@newsmaster….columbia.edu _Tue Mar 10 09:43:27 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA09067
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 10 Mar 1998 09:43:26 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA03987
  7.     for kermit.misc@watsun; Tue, 10 Mar 1998 09:43:25 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Opening shared files with Kermit 95 ?
  12. Date: 10 Mar 1998 14:43:21 GMT
  13. Organization: Columbia University
  14. Lines: 19
  15. Message-ID: <6e3ji9$of8$1@apakabar.cc.columbia.edu>
  16. References: <6e1655$8n9$1@horus.mch.sni.de> <6e1cnt$fga$1@apakabar.cc.columbia.edu> <6e2vv7$ii5$1@horus.mch.sni.de>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8478
  19.  
  20. In article <6e2vv7$ii5$1@horus.mch.sni.de>,
  21. Michel Dalle <Michel.Dalle@sni.be> wrote:
  22.  
  23. : Maybe I wasn't clear enough : my question was how OTHER (data-)
  24. files could be : read BY a Kermit script (while they were already
  25. opened by another : application) :
  26.  
  27.  
  28. Files opened by Kermit scripts whether the scripts files themselves,
  29. files to be transferred to a host, or files to be read with the OPEN READ
  30. command may not be opened for writing by other applications.  Allowing
  31. a file to be written to while it is being read in a sequential manner
  32. can lead to data corruption or improper script execution.
  33.  
  34.  
  35.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  36.                  The Kermit Project * Columbia University
  37.        612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  38.     http://www.columbia.edu/kermit/k95.html * kermit-support@columbia.edu